home *** CD-ROM | disk | FTP | other *** search
- object frmNote: TfrmNote
- Left = 440
- Top = 318
- ActiveControl = Memo
- AlphaBlendValue = 210
- BorderStyle = bsDialog
- Caption = 'Post a note'
- ClientHeight = 186
- ClientWidth = 330
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Button1: TButton
- Left = 168
- Top = 156
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- object Button2: TButton
- Left = 248
- Top = 156
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object ComboBox1: TComboBox
- Left = 8
- Top = 156
- Width = 85
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- ItemIndex = 0
- TabOrder = 1
- Text = 'PUBLIC'
- Items.Strings = (
- 'PUBLIC'
- 'PRIVATE')
- end
- object Memo: TTntMemo
- Left = 8
- Top = 8
- Width = 313
- Height = 141
- ScrollBars = ssVertical
- TabOrder = 0
- end
- end
-